Welcome![Sign In][Sign Up]
Location:
Search - LZW c

Search list

[Graph programlzw11

Description: 这是关于多媒体技术图像压缩lzw编码与源码的源程序(c语言版)-This is the multimedia technology of image compression coding and 4,558,302 source of the source (c language version)
Platform: | Size: 207894 | Author: fdg | Hits:

[GDI-Bitmapcompc++

Description: 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth some image format, then read these codes you will be of great help, which is the foundation. (Package includes the algorithm are : lzari, lzhuf, lzss, 4,558,302, lz77, Huffman, rle8, rle16). Tools : Definitive C.
Platform: | Size: 106119 | Author: 周自强 | Hits:

[Compress-Decompress algrithmsLZW_compress_algorithm

Description: LZW压缩算法,提供了LZW压缩算法详细代码和说明,用C语言实现的。-LZW compression algorithm, the LZW compression algorithm detailed code and annotations, using the C language.
Platform: | Size: 4023 | Author: 向明建 | Hits:

[Compress-Decompress algrithmsLZW111

Description: 用C++语言编译的LZW压缩算法,自我感觉编写不错,根据提示输入要压缩的文件名即可-C language compiler of the LZW compression algorithm, and feel good preparation, When prompted to input compressed file can be
Platform: | Size: 2403 | Author: caohan12 | Hits:

[Compress-Decompress algrithmscompress11

Description: 这是lzw算法源程序代码,纯c语言编程实现,希望对您有用。-lzw algorithm source code, pure c programming language, and I hope to you useful.
Platform: | Size: 13049 | Author: zc | Hits:

[Compress-Decompress algrithmscompress123

Description: LZW程序源代码,c语言实现。可能不是很全,我有好的版本,会继续给大家。-LZW source code, c language. May not be all, I have a good version, we will continue to.
Platform: | Size: 8751 | Author: zc | Hits:

[Crack Hackclzw

Description: c描述的lzw算法,完整的可以在tc下运行!-c described lzw algorithm, the integrity of the tc can run!
Platform: | Size: 7843 | Author: 肖志文 | Hits:

[Game ProgramImageProcessingProficientinVisualC++Programming.ra

Description: 请将您需要的文件或目录拷贝到硬盘中。当\\Source目录下的源文件被拷贝到硬盘上时,源文件的属性可能变为只读的,在编译之前应该将它们的属性改为可读写的。 \\Source目录中的vcip.dsw包含了全书的所有项目,在Visual C++中打开它就能控制全部的代码。 光盘中各目录的内容如下所示: \\Bin 本书所有示例的可执行文件,可直接在光盘中运行 \\Images 用于图像处理测试的图像文件 \\Source\\ShowDIB 第2章2.5节示例的源程序 \\Source\\ViewDIB 第3章3.4节示例的源程序 \\Source\\EffectShow 第4章4.10节示例的源程序 \\Source\\TransformShow 第5章5.7节示例的源程序 \\Source\\ColorProcess 第6章6.10节示例的源程序 \\Source\\ImageProcess 第7章7.14节示例的源程序 \\Source\\Huffman 第8章8.1节示例的源程序 \\Source\\LZW 第8章8.1节示例的源程序 \\Source\\RLE 第8章8.1节示例的源程序 \\Source\\ViewImage 第8章8.7节示例的源程序 \\Source\\ImageLib 第9章9.1节图像工具库ImageLib的源程序 \\Source\\ImageBoard 第9章9.2节图像处理工具ImageBoard的源程序 -I would be grateful if you need to copy files or directories to your hard disk. When \\ Source directory of the source file is copied to a hard disk, the file may become read-only attribute. the compiler should be before they can attribute to read and write. \\ Source directory vcip.dsw the book contains all the items Visual C open it can control all of the code. CD-ROM directory of all the contents are as follows : \\ Bin book example of all executable files, directly run the CD \\ Images for image processing test image file \\ Source \\ Sho wDIB Chapter 2 2.5 Example of the source \\ Source \\ ViewDIB Chapter 3 3.4 advised cases of the source \\ Source \\ EffectShow Chapter 4 4.10 example of the source \\ So urce \\ TransformShow Chapter 5 5.7 Examples of the source \\ Source \\ C Chapter 6 olorProces
Platform: | Size: 49999248 | Author: 王笑 | Hits:

[Compress-Decompress algrithmsLDSToolkit1.1

Description: Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic compression, Huffman compressor, splay tree program, and LZRW1. Quite a variety. -Lossless Data Compression Toolkit Versio n 1.1 of the lossless data compression toolkit b y Nico deVries. The C sources in this toolkit inc lude an LZW compressor, AR002 archiver. PPM like a compressor using arithmetic compres sion, Huffman compressor, splay tree program, and LZRW1. Quite a variety.
Platform: | Size: 96717 | Author: jason.. | Hits:

[Compress-Decompress algrithmsLZWcompression

Description: lzw数据压缩算法的源代码,使用c语言实现的-lzw data compression algorithm source code, the use of the C Language
Platform: | Size: 3647 | Author: 张珊 | Hits:

[Compress-Decompress algrithmsLZW_src

Description: C++类实现LZW 压缩算法-C + + classes to achieve LZW compression algorithm
Platform: | Size: 22098 | Author: 唐金良 | Hits:

[Special EffectsAlbum

Description: We started our project--- Magical Album on May 8th. After discussing, we decided to use MFC to finish the project because most of us were familiar with C++. The core algorithm of Magical Album was LZW, which transforms the file standard from BMP to GIF losslessly (of course, the process of zooming out BMP images is lossy). Just as its name implies, our project implements the functions of an Album. When users load in some BMP files, the images, which have been zoomed out and transformed to GIF standard, will be showed in order. If one of the images is chosen and clicked, the source BMP file will be showed. In order to make the album more beautiful, we use Skinplusplus on it. The crystal interface seems to be more attractive and user-friendlier after Skinplusplus is adopted. This paper shows the important elements of the project. These include system design, implementation, analysis and the meaning of the object.
Platform: | Size: 4034825 | Author: 徐建峰 | Hits:

[Compress-Decompress algrithmsprogramme

Description: 最短路径算法C C++ 邻接矩阵实现 哈夫曼算法和哈夫曼树 RSA算法的C++实现 lzw压缩算法的c语言实现 计算日期程序(C语言)
Platform: | Size: 9670 | Author: 陈晨 | Hits:

[Compress-Decompress algrithmslzwalgorithm

Description: 程序由五个模块组成,lzw压缩算法的c语言实现
Platform: | Size: 4080 | Author: 陈晨 | Hits:

[WinSock-NDIS(利用GIF_LZW算法实现的)网络图片传输

Description: (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF - LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX specialized optimization algorithm), is not conducive to VB; C : GIF - LZW compression algorithm compression ratio better, and I have come up with un
Platform: | Size: 62518 | Author: | Hits:

[Compress-Decompress algrithmsyasuojieya

Description: 本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点-the LZW algorithm code for the C language procedure, he joined the basis of the merits of the algorithm Hoffman
Platform: | Size: 505769 | Author: 刘刀冈 | Hits:

[Crypt_Decrypt algrithmsLZW压缩算法C++源代码

Description:
Platform: | Size: 56404 | Author: leifeng | Hits:

[SourceCodelzw编码c语言实现

Description:
Platform: | Size: 904759 | Author: wp425333316@163.COM | Hits:

[SourceCodespiht_code

Description: spiht压缩编码的源代码-SPIHT coding of source code
Platform: | Size: 53248 | Author: 扁舟 | Hits:

[Compress-Decompress algrithmsLZW_5060309818

Description: 著名的LZW压缩和解压的C++实现,通过hash出来的动态字典可对文本或图片进行压缩和解压,有不错的压缩比。-Well-known LZW compression and decompression of the C++ Achieve, through the dynamic dictionary hash out of text or picture compression and decompression, a good compression ratio.
Platform: | Size: 214016 | Author: 程序员 | Hits:
« 1 2 3 4 5 6 78 9 »

CodeBus www.codebus.net